* Makefile.in (CPP): New variable, set by the top-level Makefile.
authorJim Blandy <jimb@redhat.com>
Wed, 16 Jun 1993 23:50:05 +0000 (23:50 +0000)
committerJim Blandy <jimb@redhat.com>
Wed, 16 Jun 1993 23:50:05 +0000 (23:50 +0000)
src/Makefile.in

index ffeb640bec99a206a646410fce1896d59ab17286..4092005e8f1891b978918c5cc2226877d05a531d 100644 (file)
@@ -8,6 +8,7 @@ MAKE = make
 # ==================== Things `configure' might edit ====================
 
 CC=cc
+CPP=cc -E
 CFLAGS=-g
 srcdir=@srcdir@/src
 VPATH=@srcdir@/src